home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 26 (Anniversary Edition)
/
Volume 26 [Anniversary Edition] - JOGO DISK .iso
/
DEPOSITO
/
REmovido
/
Esportes
/
BowlingMaster.swf
/
scripts
/
DefineButton2_40
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2006-06-13
|
179b
|
13 lines
on(release){
if(_root.sunet == 0)
{
_root.sunet = 1;
_root.son.start(0,100);
}
else
{
_root.sunet = 0;
_root.son.stop();
}
}